func runtime.mallocgcTiny

2 uses

	runtime (current package)
		malloc.go#L1141: 					x, elemsize = mallocgcTiny(size, typ)
		malloc.go#L1202: func mallocgcTiny(size uintptr, typ *_type) (unsafe.Pointer, uintptr) {